lcWndPaperSetSize2 Home

Defines custom paper size. For standard paper size use the lcWndPaperSetSize function.

 BOOL lcWndPaperSetSize2 (
   HANDLE hLcWnd,
   double Width,
   double Height
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
Width, Height
  Specifies paper dimensions, in millimeters.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).